home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-04d.zip / 04d / CHIP / Porady / Niewidoczny w sieci / TOR 0.1.2.7 / vidalia-bundle-0.1.2.7-alpha-0.0.10.exe / Vidalia / CHANGELOG < prev    next >
Text File  |  2006-12-25  |  13KB  |  237 lines

  1. 0.0.10  25-Dec-2006
  2.   o Load NT service functions on demand so we can run on Windows 95/98/ME
  3.     again. (Ticket #211)
  4.   o Add a column to the list of servers in the network map window, with a 
  5.     little flag icon for each server. 
  6.   o If the network map window is not visible, queue all GeoIP requests until
  7.     either the window becomes visible again or the queue contains requests for
  8.     at least one-quarter of all known servers.
  9.   o If we get a valid geoip response telling us the geoip database doesn't
  10.     have a location for the requested IP address, cache that response for one 
  11.     week so we don't keep sending requests that are likely to fail anyway. 
  12.   o Use QSystemTrayIcon when available (except on Mac). If we are using 
  13.     QSystemTrayIcon on systems that support balloon messages, use a balloon to 
  14.     indicate when NEWNYM is successful. We still show a message box when NEWNYM 
  15.     fails. (Ticket #183)
  16.   o Add a graph style dropdown box to the bandwidth graph settings, so you can
  17.     choose between a fancy alpha blended area graph and a faster, simpler line
  18.     graph.
  19.   o Add a button to continue starting Vidalia anyway, even if Vidalia thinks
  20.     there might be another Vidalia process already running. It's possible that a
  21.     previous Vidalia did not exit cleanly and another process ended up with
  22.     the old Vidalia's PID.
  23.   o Add a "Zoom to Circuit" option to the circuit context menu in the network
  24.     map's list of circuits.
  25.   o Add a context menu to the dock icon on OS X. (Ticket #135)
  26.   o If we're building with Qt >= 4.2.0, then use its new saveGeometry() and 
  27.     restoreGeometry() functions to save and restore window size and position. 
  28.     If we're still using an old Qt, make sure the window fits on screen when
  29.     we try to restore it. (Ticket #207)
  30.   o Fix a bug in how the server points were keyed on the network map that
  31.     could cause some circuits to not get drawn. (Ticket #175)
  32.   o Really close the read channel when we want to stop reading from the Tor
  33.     process's stdout. This would sometimes cause duplicate messages in the
  34.     message log if Vidalia was running on a non-English-speaking Windows.
  35.   o Be more correct about what we consider as valid latitudes and longitudes.
  36.   o Give a better error message if we fail to determine what version of Tor's
  37.     control protocol is being spoken.
  38.   o Clarify some labels in the message log settings. (Ticket #203)
  39.   o Settle on a convention of not ending tool tips or status tips with a
  40.     period.
  41.   o Start shipping a geoip-cache file in our Win32 installers so people have
  42.     some initial geographic information, instead of starting out entirely
  43.     empty-handed.
  44.   o Add a Farsi translation.
  45.   o Add a Spanish translation contributed by desolator.
  46.   o Add a Portuguese (Brazilian) translation contributed by Mabat Haram.
  47.   o Add a Simplified Chinese installer translation contributed by omg.
  48.   o Updates to Finnish, French, German, Italian, Norwegian, Polish, 
  49.     Russian, and Simplified Chinese translations.
  50.  
  51.  
  52. 0.0.9   05-Nov-2006
  53.   o Added a new, more intuitive interface for setting a server's bandwidth
  54.     rate and exit policies.
  55.   o Improved our ./configure script so it will detect old or non-debug
  56.     versions of Qt and link accordingly.
  57.   o Added support for more easily building Qt as a Universal binary on OS X.
  58.   o Added a right-click option to circuits listed in the network map dialog to 
  59.     close the circuit (Ticket #176).
  60.   o Added a right-click option to servers listed in the network map dialog to 
  61.     zoom in on the server on the map (Ticket #176).
  62.   o Stop using a custom font and just use the platform default on all dialogs.
  63.   o Add "Close Window" shortcuts for Linux (Ctrl+W).
  64.   o Fixed a crash bug that would occur when saving messages in the message 
  65.     log (Ticket #185).
  66.   o Fixed a bug that would cause messages with identical timestamps to not
  67.     get copied to the clipboard (Ticket #190).
  68.   o Ask if the user wants to delay shutting down their server when Vidalia
  69.     exits, to give clients time to find new circuits. We previously only did
  70.     this when the user stopped Tor, but wasn't exiting Vidalia.
  71.   o If Windows is restarting, then don't ask about delaying a server shut
  72.     down; just stop Tor and exit immediately so Windows doesn't yell at us.
  73.   o Detect if Tor was installed as an NT service prior to Vidalia, so we don't
  74.     accidentally remove it.
  75.   o Create a new torrc and specify a control port for the Tor NT service, so 
  76.     it doesn't die when the user tries to start the service and we don't have
  77.     to tell the user to go add a line to their torrc.
  78.   o Fixed a bug that caused Vidalia to crash if it tried to read in a bogus
  79.     geoip-cache file from its data directory (Ticket #184).
  80.   o Refuse to cache information we did not ask for that we received in response 
  81.     to a GeoIP request.
  82.   o Wait no more than ten seconds after queueing a GeoIP request before
  83.     sending it, so requests don't starve if we keep constantly getting new
  84.     descriptors.
  85.   o Ask Tor what its SocksPort and SocksAddress is before building our GeoIP
  86.     request, instead of always assuming Tor is listening on 127.0.0.1:9050.
  87.   o Explicitly specify the sort order for the message log and server list, so
  88.     things aren't backwards when linking with Qt 4.2.x.
  89.   o Add support for translating the Vidalia and Vidalia bundle installers.
  90.   o Start bundling Torbutton with the Vidalia bundle installer.
  91.   o Add a Norwegian (Bokmal) translation contributed by xiando.
  92.   o Updates to the Finnish, French, German, and Polish translations.
  93.  
  94.  
  95. 0.0.8   03-Oct-2006
  96.   o Vidalia will now attempt to connect to an existing Tor's ControlPort
  97.     before starting its own Tor process. If it finds a Tor with an open
  98.     ControlPort, Vidalia will "attach" to that Tor instead of starting a new
  99.     process.
  100.   o Vidalia now supports running Tor as an NT service on Windows.
  101.   o When Vidalia starts its own Tor process, it will now default to starting it 
  102.     with a "-f ~/.vidalia/torrc", to avoid permissions conflicts when running 
  103.     Tor as a user that does not have write access to the default torrc. The
  104.     torrc used when starting Tor is still configurable.
  105.   o Fix a bug that was causing unexpected behavior with many unrelated Windows
  106.     applications.
  107.   o Do a better job of determining if another Vidalia process is running on
  108.     Windows, to eliminate all the false positives reported.
  109.   o Major performance improvements related to loading the network map.
  110.   o Support receiving server identities in circ events, as well as names, so 
  111.     Vidalia will work with Tor 0.1.2.2-alpha and later.
  112.   o Moved the "New Identity" button to the main popup menu for easier
  113.     access.
  114.   o Vidalia dialogs remember their last size and location when Vidalia exits 
  115.     and restore their size and location the next time Vidalia runs.
  116.   o Vidalia windows now close in response to a Command-W on Mac OS X.
  117.   o Added a "Zoom To Fit" button to the network map, to zoom in on the active
  118.     circuits.
  119.   o Numerous minor aesthetic and usability improvements to many of Vidalia's
  120.     dialogs.
  121.   o Fix a bug that was causing signal conflict warnings on Debian.
  122.   o Fix a crash that would occur when exiting Vidalia after an attempt to
  123.     start Tor with a non-existent executable.
  124.   o Add a Bulgarian translation contributed by kutia0001.
  125.   o Add a Dutch translation contributed by Saedian.
  126.   o Add a Hungarian translation contributed by Tibor Fekete.
  127.   o Add a Polish translation contributed by ZeeWolf.
  128.   o Updates to the Finnish, French, and Russian translations.
  129.  
  130.  
  131. 0.0.7   07-Jul-2006 
  132.   o Fix a bug that was causing Vidalia to freeze frequently for some people,
  133.     particularly when running at a verbose log level.
  134.   o Fix a bug that would cause Windows Vidalias to not want to start after
  135.     Vidalia had been killed via the Task Manager.
  136.   o Add a French translation contributed by Michel Burkhardt.
  137.   o In the network map, update the displayed uptime by looking at the difference
  138.     between now and the publication time, and add that difference to the published 
  139.     uptime.
  140.  
  141.  
  142. 0.0.6   23-Jun-2006
  143.   o Fix the network map to properly remove circuits after they are closed.
  144.   o Fix our configure script to properly handle the --prefix option (patch by
  145.     Alexander Wirt).
  146.   o Check if Vidalia is already running when we start. If Vidalia is already
  147.     running, then warn and exit in the second instance.
  148.   o Strip all invalid characters from the server's nickname and make sure the
  149.     user can't enter any.
  150.   o Default to the Tor binary located in the user's $PATH, instead of trying
  151.     to guess directory locations.
  152.   o Add support for adjusting a server's BandwidthRate and BandwidthBurst
  153.     values.
  154.   o Store Vidalia's settings in a file, (rather than in the registry on
  155.     Windows), so Vidalia can be more portable. Note that settings aren't
  156.     "imported" from the registry, so 0.0.5 users will have to configure
  157.     their Vidalia settings again.
  158.   o Make the bandwidth graph just a normal window instead of a tool window, so
  159.     it can hide behind other Vidalia windows, if necessary.
  160.   o On OS X, ensure that the About, Configure, and Exit actions get merged
  161.     into the "Vidalia" menu in the default menubar when Vidalia is running in
  162.     a non-English language.
  163.   o Add an Italian translation contributed by Alex Mazzariol.
  164.   o Add a Russian translation contributed by ygrek.
  165.   o Add a manpage for Vidalia contributed by Alexander Wirt.
  166.   
  167.   
  168. 0.0.5   02-Jun-2006
  169.   o Make the "Always On Top" property of the bandwidth graph optional.
  170.   o Add a new dialog showing a list of routers that the user's Tor currently
  171.     knows about, as well as the user's current circuits and streams and
  172.     detailed information about individual routers. The circuits and router
  173.     geographic locations are plotted on a world map. Thanks to Christoph
  174.     Sieghart, Michael Zuercher, and Adam Tomjack for help with this feature.
  175.   o Stop automatically scrolling to the newest item added to the message log,
  176.     if the user is looking through their message history.
  177.   o Create a horizontal scrollbar on the message log when an excessively long
  178.     message is logged.
  179.   o Add support for the NEWNYM signal in the form of a "New Identity"
  180.     button, to force Tor to use only clean circuits for new application
  181.     requests.
  182.   o Add a Mac OS X bundle.
  183.   o Add a Finnish translation contributed by DJHasis.
  184.   o Add a German translation contributed by Christoph Sieghart.
  185.   o Fix a bug that caused people running servers to update their public IP
  186.     address too often if they had the "Automatically Update" option checked.
  187.  
  188.  
  189. 0.0.4   09-May-2006
  190.   o Add a fixed set of Windows .ico files from Dan Christensen. Our
  191.     contributed set in 0.0.3 apparently had a blank image in it that some old
  192.     Windowses would use instead of the icon that actually had an image.
  193.   o Add an option for servers to check periodically to see if their public IP
  194.     address has changed.
  195.   o Give servers the option to shut down after 30 seconds, to give clients
  196.     time to find new circuits, instead of just always killing Tor immediately.
  197.   o Improve GUI responsiveness when waiting for the Tor process to finish
  198.     starting up.
  199.   o Be smarter about guessing the default location of Tor in non-English
  200.     Windowses.
  201.  
  202.   
  203. 0.0.3   13-Apr-2006
  204.   o Fixed a server configuration bug that caused people to not really be a
  205.     middleman node, even though the checkbox told them they were.
  206.   o Fixed a bug in choosing a default language that caused help documents to
  207.     sometimes not appear.
  208.   o Fixed the Win32 bundle installer to not leave 2 files and a registry key 
  209.     laying around after an uninstall. Also give users the option of launching
  210.     Vidalia when the solo installer is finished.
  211.   o Fixed a bug where Vidalia would ignore Windows when asked to shut down
  212.     because the system is restarting.
  213.   o Improved tray icon support on older Windowses. Also started using a new
  214.     set of icons created by Matt Hanson, based on our previous set by Corinna
  215.     Habets.
  216.   o Improved help document accessibility by adding "Help" buttons to many
  217.     dialogs and error message boxes.
  218.  
  219.   
  220. 0.0.2   02-Apr-2006
  221.   o Added an integrated help browser and documentation.
  222.   o Added exit policy configuration support for servers.
  223.   o Added support for language translations and language selection.
  224.   o Added a Simplified Chinese (zh_CN) translation from Wu Xiaoguong.
  225.   o Added support for changing Vidalia's interface style.
  226.   o Aesthetic improvements in many dialogs.
  227.  
  228.   
  229. 0.0.1   28-Feb-2006
  230.   o Initial testing release.
  231.   o Basic features include:
  232.     - Starting/stopping/monitoring Tor
  233.     - Bandwidth graph
  234.     - Message log
  235.     - Basic server configuration
  236.  
  237.